home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mach10.zip / BATCHTRA.BAT < prev    next >
DOS Batch File  |  1990-05-11  |  365b  |  18 lines

  1. if %1==Z goto zmodem
  2. if %1==B goto ymodembatch
  3. if %1==S goto bimodembatch
  4. goto end
  5. :zmodem
  6. shift
  7. \scottbbs\extproto\dsz port %2 sz %5 %6 %7 %8 %9
  8. goto end
  9. :ymodembatch
  10. shift
  11. \scottbbs\extproto\dsz port %2 sz %5 %6 %7 %8 %9
  12. goto end
  13. :bimodembatch
  14. shift
  15. \scottbbs\extproto\bimodem /C C:\scottbbs\extproto\bimodem.cfg /U %5 %6 %7 %8 %9
  16. goto end
  17. :end
  18.